From: Stéphane Glondu Date: Tue, 17 Jun 2025 12:26:18 +0000 (+0200) Subject: Build --without-zstd X-Git-Tag: archive/raspbian/5.4.0-1+rpi1^2~25 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=413916968f44aa8f2c21fb64a0e3491752a3c577;p=ocaml.git Build --without-zstd Rationale: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107586#66 --- diff --git a/debian/rules b/debian/rules index f65ec98c..06c312c0 100755 --- a/debian/rules +++ b/debian/rules @@ -54,6 +54,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow export CCLINKFLAGS=$(shell dpkg-buildflags --get LDFLAGS) CONFIGURE_OPTS := \ + --without-zstd \ --enable-ocamltest \ --host $(DEB_BUILD_GNU_TYPE)\ -prefix $(DEB_TEST_BUILD_PREFIX)/usr \